home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / eulisp / feel0_89.lha / Feel / Boot / Interfaces / sockets.i < prev    next >
Encoding:
Text File  |  1993-07-28  |  2.0 KB  |  21 lines

  1. ((dependencies)
  2.  (exported-ids 
  3.    ((name . |socketp|) (address |sockets| |socketp|) (class . function) (argtype . 1) (position 0))
  4.    ((name . |make-listener|) (address |sockets| |make-listener|) (class . function) (argtype . 0) (position 1))
  5.    ((name . |make-socket|) (address |sockets| |make-socket|) (class . function) (argtype . 0) (position 2))
  6.    ((name . |listener-id|) (address |sockets| |listener-id|) (class . function) (argtype . 1) (position 3))
  7.    ((name . |listen|) (address |sockets| |listen|) (class . function) (argtype . 1) (position 4))
  8.    ((name . |connect|) (address |sockets| |connect|) (class . function) (argtype . 1) (position 5))
  9.    ((name . |close-listener|) (address |sockets| |close-listener|) (class . function) (argtype . 1) (position 6))
  10.    ((name . |close-socket|) (address |sockets| |close-socket|) (class . function) (argtype . 1) (position 7))
  11.    ((name . |socket-write|) (address |sockets| |socket-write|) (class . function) (argtype . 2) (position 8))
  12.    ((name . |socket-write-string|) (address |sockets| |socket-write-string|) (class . function) (argtype . 2) (position 9))
  13.    ((name . |socket-read|) (address |sockets| |socket-read|) (class . function) (argtype . 1) (position 10))
  14.    ((name . |socket-read-char|) (address |sockets| |socket-read-char|) (class . function) (argtype . 1) (position 11))
  15.    ((name . |socket-unread-char|) (address |sockets| |socket-unread-char|) (class . function) (argtype . 2) (position 12))
  16.    ((name . |socket-readable-p|) (address |sockets| |socket-readable-p|) (class . function) (argtype . 1) (position 13))
  17.    ((name . |socket-writable-p|) (address |sockets| |socket-writable-p|) (class . function) (argtype . 1) (position 14))
  18.    ((name . |listener-listenable-p|) (address |sockets| |listener-listenable-p|) (class . function) (argtype . 1) (position 15))
  19.    ((name . |<listener>|) (address |sockets| |<listener>|) (class . unknown) (argtype . -1) (position 16))
  20.    ((name . |<socket>|) (address |sockets| |<socket>|) (class . unknown) (argtype . -1) (position 17))))
  21.